Platform Explorer / Nuxeo Platform 2023.10

Extension point configuration

Documentation

Defines the implementation of the PubSub service:

    <provider class="org.nuxeo.runtime.pubsub.MemPubSubProvider"/>

The class must implement org.nuxeo.runtime.pubsub.PubSubProvider.

This component comes with a Nuxeo Stream PubSubProvider implementation:

    <provider class="org.nuxeo.runtime.pubsub.StreamPubSubProvider">
        <option name="logConfig">default</option>
        <option name="logName">pubsub</option>
        <option name="codec">avroBinary</option>
    </provider>

Contribution Descriptors

  • Class: org.nuxeo.runtime.pubsub.PubSubProviderDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.